Skip to content

A website for exploring and sharing information about historic events.

Notifications You must be signed in to change notification settings

ivancho-ifa/on-this-day

Repository files navigation

On this day...

Description

A website for exploring and sharing information about historic events. Created following the idea of our Facebook page.

For contributors

For developers

Prerequisites:

Getting the project:

  1. Clone this repository.
  2. Go to project dir.
  3. Install the project
git clone https://github.com/ivancho-ifa/on-this-day.git # 1
cd on-this-day/on-this-day-backend                       # 2
npm install                                              # 3
cd on-this-day/on-this-day-frontend                      # 2
npm install                                              # 3

Running the project in development environment:

# In the project folder create a file ./on-this-day-backend/config.js with content:
# module.exports = {
# 	JWTSecret: 'A JWT secret',
# 	mongoConnectionURI: 'A MongoDB connection URI'
# }
npm run start-backend
# From the project folder
npm run start-frontend

About

A website for exploring and sharing information about historic events.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published