[INFO] This repository is intended only to store the code, all the credits are to RocketSeat©.
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. 😄
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Firstly, you will need to install:
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.
- Node.js - JavaScript interpreter
- Express - Web framework
- Docker - Container environment
- React - Container environment
- React Native - Container environment
- Expo - Container environment
This project is licensed under the MIT License - see the LICENSE.md file for details