Skip to content

Argyro-Sioziou/node_react_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About

A simple app for registering and viewing students.

What can you use it for?

  • View students based on their nationality.
  • Create a new student.

Dependencies

The app is using MongoDB so make sure you have it installed. To be able to run the app make sure you have all the specified dependencies. To do so navigate first to the /client folder and run:

npm install

Repeat the same command inside /server folder.

Database

Create a collection called students. To populate the database navigate to server/init folder. Run:

npm create_students.js.

Server

In order to get the server running navigate to /server and execute:

nodemon ./bin/www

Client

To start the client navigate to /client folder and run:

npm start

After a few seconds the site should open on your browser. If not visit the url http://localhost:3000/home.

Screens

The app offers two screens.

You can also navigate inside the app using the navigation bar on top.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published