Skip to content

bekturmsv/Abroadz

Repository files navigation

Abroadz

Site for finding opportunities abroad ( for more functionality I added the ability to buy a student exchange program and something like that, etc.)


Before launching it:

you need to install all the libraries and modules used in this project, with the command:

npm install


React:

After installing all the dependencies you can start the react:

npm start


Json-server:

in this project, there is its own fake database with a server called: json-server. In it you can create the same API queries as in the real database. All data are stored in json format. Enter the command to start the server:

npm install json-server

npx json-server --watch db.json --port 8000

json-server - keyword

db.json - name of file as a database

8000 - port on which the server will run


Hope you have no trouble using my react application. Happy hacking!


Screenshot

Project's screenshot

About

Site to search for opportunities abroad

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages