Skip to content

Full Stack application using React + Node.js + MongoDB + Expo +Docker +Expo | OmniStack Week

Notifications You must be signed in to change notification settings

guilhermelionzo/devFind-omnistack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[INFO] This repository is intended only to store the code, all the credits are to RocketSeat©.

🚀 Omnistack 10.0 week

This project was based on the Omnistack 10, from RocketSeat. The project, DevRadar, consists of an app that aims to connect developers around you, based on programming language and geolocation.

Feel free to suggest improvements and new features. 😄

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Firstly, you will need to install:

Installing

A step by step that will guide you on how to run the project on your computer.

Clone the project repository:

$ git clone https://github.com/guilhermelionzo/devFind-omnistack.git

Go to the backend directory:

$ cd backend

Create the backend container:

$ docker build -t devfinder_backend .

Run the container on the port 3333:

$ docker run -p 3333:3333 -d devfinder_backend

Run the command bellow to make sure the application 'devfinder_backend' is running:

$ docker ps

Now go to the web directory and repeaty the same steps, changing devfinder_backend to devfinder_web. After that, the webpage content will be running in the devfinder_web container.

🔨Built With

📃License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Full Stack application using React + Node.js + MongoDB + Expo +Docker +Expo | OmniStack Week

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published