Skip to content

frandis/map.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About map.io

map.io is a simple journal app for maintaining short journals about one's projects, products, and future product ideas all in one place. It is designed for aspiring and seasoned software engineers who are looking for a centralized place to keep notes about their work & ideas.

Screenshots

Landing Page

landing.png

About Page

about.png

Login Page

login.png

Signup Page

signup.png

Dashboard

dashboard.png

Add Project

addproject.png

Update Project

update-project.png

View Tech Stach Chart

report.gif

Built with

Getting Started

  1. Clone this repo
  git clone https://github.com/frandis/map.io.git
  1. From the project root directory, run npm install to install dependencies
  2. Create index.js in server/config and add the following
const MONGO_URI = 'YOUR MONGODB URI';

module.exports = MONGO_URI;
  1. Run npm run dev and go to http://localhost:8080 to open the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published